From 73c3ecd73554640788ae7498130a02f21593ef4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20O=C5=BCarowski?= Date: Fri, 7 Dec 2018 00:05:37 +0100 Subject: [PATCH] relax cython dependency Gbp-Pq: Name 0001-relax-cython-dependency.patch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 216f026..2fbf840 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ from setuptools.command import build_py as setuptools_build_py from setuptools.command import sdist as setuptools_sdist -CYTHON_DEPENDENCY = 'Cython==0.29' +CYTHON_DEPENDENCY = 'Cython>=0.28' # Minimal dependencies required to test asyncpg. TEST_DEPENDENCIES = [ -- 2.30.2